Click or drag to resize

RulePredicateSizeRange Class

Specifies the minimum and maximum sizes that incoming messages must be in order for the condition or exception to apply.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeRulePredicateSizeRange

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class RulePredicateSizeRange

The RulePredicateSizeRange type exposes the following members.

Constructors
  NameDescription
Public methodRulePredicateSizeRange
Initializes a new instance of the RulePredicateSizeRange class.
Top
Properties
  NameDescription
Public propertyMaximumSize
Specifies the minimum size that a message must be in order for the condition or exception to apply.
Public propertyMinimumSize
Specifies the minimum size that a message must be in order for the condition or exception to apply.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also